#footer {
  background: #2d3237; }
  #footer .footer_top {
    padding: 37px 0 33px;
    border-bottom: 1px solid #373d43; }
    #footer .footer_top .left {
      height: 42px; }
      #footer .footer_top .left span {
        display: inline-block;
        height: 100%; }
      #footer .footer_top .left .f_logo {
        width: 155px;
        margin-right: 10px;
        background: url(../images/icon.png) -36px -530px; }
      #footer .footer_top .left .f_slogan {
        width: 180px;
        background: url(../images/f_slogan.gif) no-repeat; }
    #footer .footer_top .right {
      color: #c0c1c1; }
      #footer .footer_top .right span {
        display: inline-block;
        line-height: 32px;
        margin-left: 20px;
        font-size: 12px; }
        #footer .footer_top .right span i {
          display: inline-block;
          width: 37px;
          height: 32px;
          margin-bottom: -12px;
          background: url(../images/icon.png) -36px 142px; }
        #footer .footer_top .right span .f14 {
          font-size: 14px; }
        #footer .footer_top .right span:nth-child(2) i {
          background-position: -136px 142px; }
  #footer .footer_center {
    padding: 33px 0; }
    #footer .footer_center ul {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between; }
      #footer .footer_center ul li {
        width: 125px; }
        #footer .footer_center ul li:last-child {
          width: 270px; }
        #footer .footer_center ul li h6 {
          padding-bottom: 30px;
          color: #c0c1c1; }
        #footer .footer_center ul li a {
          display: block;
          font-size: 12px;
          padding-bottom: 17px;
          color: #999; }
        #footer .footer_center ul li:last-child {
          display: flex;
          display: -webkit-flex;
          justify-content: space-between; }
          #footer .footer_center ul li:last-child div {
            padding-right: 30px; }
          #footer .footer_center ul li:last-child p {
            padding: 13px 0;
            text-align: center;
            color: #fff; }
  #footer .footer_link {
    font-size: 12px;
    line-height: 20px;
    padding: 25px 0;
    color: #595e62;
    border-top: 1px solid #373d43;
    border-bottom: 1px solid #373d43; }
    #footer .footer_link a {
      margin-right: 15px;
      color: #595e62; }
  #footer .footer_bottom {
    font-size: 12px;
    line-height: 20px;
    color: #595e62;
    text-align: left;
    padding: 40px 400px 54px; }
    #footer .footer_bottom img {
      margin: 9px 0; }
.link {
    height: 140px;
    overflow: auto;
}
.link::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 0px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
  }
.link::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
.link::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }
  #newsView p{ line-height:35px; text-align:left; text-indent:2em; font-size:13px;}
  
  /*CSS yellow style pagination*/

.yellow {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
.yellow A {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #036cb4; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid; TEXT-DECORATION: none
}
.yellow A:hover {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #666; BORDER-BOTTOM: #999 1px solid
}
.yellow A:active {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #666; BORDER-BOTTOM: #999 1px solid
}
.yellow .current {
	BORDER-RIGHT: #036cb4 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #036cb4 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #036cb4 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #036cb4 1px solid; BACKGROUND-COLOR: #036cb4
}
.yellow .disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}